# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Next.js build output
.next
out
dist

# Testing
coverage
.nyc_output
e2e
playwright-report
test-results

# Environment files
.env*.local
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE
.vscode
.idea
*.swp
*.swo
*~
.DS_Store

# Git
.git
.gitignore

# Documentation
README.md
docs

# Docker
Dockerfile
.dockerignore
docker-compose*.yml

# CI/CD
.github
.gitlab-ci.yml
.circleci

# Misc
.eslintcache
.npm
.yarn
*.log